home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: How to make it BEEP ?
- Date: 25 Mar 1996 06:47:02 -0600
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4j64k6$3qt@solutions.solon.com>
- References: <4ihuuh$6ul@hatathli.csulb.edu> <3150380D.1511@willows.com> <danpop.827519148@rscernix> <m37mw9qyt9.fsf@desaster.student.uni-tuebingen.de>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <m37mw9qyt9.fsf@desaster.student.uni-tuebingen.de>,
- Michael Will <Michael.Will@student.uni-tuebingen.de> wrote:
- >give him a clue then:
-
- >#define BEEP_CHARACTER (char) 0x07
-
- > putchar (BEEP_CHARACTER);
-
- >Or what would you propose?
-
- putchar('\a');
-
- works on machines with non-ASCII sets, and is self-documenting.
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- FUCK the communications decency act. Goddamned government. [literally.]
- The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
-